home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 121_01.zip / DOGLOB.H < prev    next >
Text File  |  1993-06-01  |  128b  |  4 lines

  1. #define    GLOBMAX    64        /* max dir entries */
  2. #define    FILENAMESIZE    15    /* max size of entry */
  3. char    *globv[GLOBMAX];    /* vector */
  4.